errors

exception src.errors.RuleParsingError[source]

Exception for errors raised during rule parsing.

exception src.errors.ConvertError[source]

Exception for errors raised when applying convert function of a rule controller.

exception src.errors.DataError[source]

General exception for errors raised when manipulating data (deprecated).

exception src.errors.FatalDataError[source]

Exception for any uncaught errors when applying conversion logic.

exception src.errors.RuleError[source]

Exception for errors raised during application of Rules.

exception src.errors.LogError[source]

Exception for errors raised during log manipulation.

exception src.errors.ReportError[source]

Exception for errors raised during report manipulation.

exception src.errors.CalcError[source]

Exception for errors raised during arthmetic calculations in util folder.

src.errors

alias of src.errors

This Page